home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
45 Great Windows Utilities 7
/
45 Great Windows Utilities Volume 7 MOJO-411 (Mojo Software).iso
/
batsh
/
sample3.bsh
< prev
next >
Wrap
Text File
|
1995-02-08
|
186b
|
9 lines
; choice
wait off
choice $A,C,#25 Hi %$$USER%. Choose (C) to activate the Calculator, or any other key to close:
if errorlevel 2 goto doC
if errorlevel 1 exit
:doC
calc.exe